home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': 'PSP 7 Preset Converter',
- 'Copyright': '',
- 'Description': 'Lamp Lights preset',
- 'Host': 'Paint Shop Pro 8',
- 'Host Version': '8.00',
- }
-
- def Preset_Lights():
- return {
- 'GeneralSettings': {
- 'AutoActionMode': 0,
- 'ExecutionMode': 0
- },
- 'Lights': ((0, (200, 200, 200), (-70, -70, 10, 500, 28, 45, 40, 155)), (0, (200, 200, 200), (70, -70, 10, 500, 28, 45, 40, 245)), (0, (200, 200, 200), (70, 70, 10, 500, 28, 45, 40, 335)), (1, (255, 228, 197), (0, -50, 12, 200, 20, 55, 59, 180)), (0, (200, 200, -50), (0, 0, 10, 500, 28, 70, 40, 180))),
- 'SelButton': 3,
- 'Darkness': 85,
- }
-
- def Do(Environment):
- App.Do(Environment, 'Lights', Preset_Lights())
-